home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Remotes / Source / Remotes.nib / data.classes next >
Encoding:
Text File  |  1992-09-22  |  963 b   |  73 lines

  1. GNULicense = {
  2.     ACTIONS = {
  3.     showLicense:;
  4.     printLicense:;
  5.     };
  6.     OUTLETS = {
  7.     panel;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Remotes = {
  17.     ACTIONS = {
  18.     menuRevert:;
  19.     showHelp:;
  20.     showPrefsWindow:;
  21.     showConfigWindow:;
  22.     showGNULicense:;
  23.     showInfo:;
  24.     };
  25.     OUTLETS = {
  26.     hostsButton;
  27.     hostsWindow;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. Coordinator = {
  32.     ACTIONS = {
  33.     addNewItem:;
  34.     defaultFont:;
  35.     ohlfsFont:;
  36.     telnet:;
  37.     tn3270:;
  38.     changeOldItem:;
  39.     listItems:;
  40.     shell:;
  41.     courierFont:;
  42.     deleteOldItem:;
  43.     rlogin:;
  44.     launch:;
  45.     terminal:;
  46.     revertMenu:;
  47.     };
  48.     OUTLETS = {
  49.     xForm;
  50.     hostsButton;
  51.     hostForm;
  52.     applicationMatrix;
  53.     errorForm;
  54.     configWindow;
  55.     protocolMatrix;
  56.     colsForm;
  57.     autoStartButton;
  58.     idForm;
  59.     fontForm;
  60.     buttonForm;
  61.     yForm;
  62.     launchButton;
  63.     hostsWindow;
  64.     linesForm;
  65.     fontMatrix;
  66.     configureButton;
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. HostListManager = {
  71.     SUPERCLASS = Object;
  72. };
  73.